inherited OpRenameDlg: TOpRenameDlg Left = 714 Top = 238 Caption = 'Renommer' PixelsPerInch = 96 TextHeight = 13 inherited PageControl: TPageControl inherited tsSelectionPage: TTabSheet inherited GroupBox2: TGroupBox object OldMaskLabel: TLabel Left = 63 Top = 52 Width = 47 Height = 13 Alignment = taRightJustify Caption = '&Ancien masque :' FocusControl = OldMaskEdit end object NewMaskLabel: TLabel Left = 58 Top = 76 Width = 52 Height = 13 Alignment = taRightJustify Caption = '&Nouveau masque :' FocusControl = NewMaskEdit end object OldMaskEdit: TEdit Left = 120 Top = 48 Width = 233 Height = 21 HelpContext = 28010 TabOrder = 2 end object NewMaskEdit: TEdit Left = 120 Top = 72 Width = 233 Height = 21 HelpContext = 28011 TabOrder = 3 end object DosCompatEdit: TBCRadioButton Left = 16 Top = 20 Width = 97 Height = 17 HelpContext = 28012 Caption = 'Compatible &DOS' TabOrder = 0 OnClick = RenameModeClick end object RegExprEdit: TBCRadioButton Left = 184 Top = 20 Width = 117 Height = 17 HelpContext = 28013 Caption = 'Expressions &R'#233'guli'#232'res' TabOrder = 1 OnClick = RenameModeClick end end end end end